home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / desktop / gv21.zip / FILE.DEF < prev    next >
Text File  |  1994-12-16  |  482b  |  30 lines

  1. LIBRARY  FILE
  2.  
  3. EXETYPE  WINDOWS
  4.  
  5. PROTMODE
  6.  
  7. CODE     PRELOAD MOVEABLE DISCARDABLE
  8. DATA     PRELOAD SINGLE
  9. STACKSIZE 5120
  10. HEAPSIZE  1024
  11.  
  12. EXPORTS
  13.    WEP         @1 RESIDENTNAME
  14.    ReadART     @2
  15.    ReadBMP     @3
  16.    ReadCUT     @4
  17.    ReadGIF     @5
  18.    ReadHRZ     @6
  19.    ReadIFF     @7
  20.    ReadIMG     @8
  21.    ReadMAC     @9
  22.    ReadMSP     @10
  23.    ReadPCX     @11
  24.    ReadPIC     @12
  25.    ReadRAS     @13
  26.    ReadTGA     @14
  27.    ReadTIF     @15
  28.    ReadWPG     @16
  29.  
  30.